Select zip-file for windows. Download and unpack into some local directory, for example under c:\software
Add path to the bin-directory inside the JDK directory to Path environment variable.
Set environment variable JAVA_HOME to point to the JDK directory (which contains the bin directory).
Start new CMD to get environment variables updated.
java -version
https://maven.apache.org/download.cgi
Select zip-file for windows. Download an unpack into local directory, for example under c:\software
Requires Path to point to java bin-directory, as well as JAVA_HOME as defined above.
mvn -version
git --version
https://git-scm.com/download/win
This should initiate a download, which when run installs git on your computer.
git clone https://github.com/rfo909/CFT.git
cd CFT
mvn clean package
.\cft