Download the latest 9.2.x .jar file into the "lib" directory.
+Create a dummy SSL certificate for Jetty.
+For step 2, modify the JDK path to match your version/location.
+The password used when creating the certicate will have to be added
+to hatch.xml, unless you use "password".
+1. cd jetty\etc
+2. C:\"Program Files"\Java\jdk1.8.0_60\bin\keytool.exe -keystore keystore -alias jetty -genkey -keyalg RSA
+
Edit the run-win.bat file, and, if needed, change the JAVA_HOME variable to the location where you installed the Java Development Kit. In my case, I changed the line:
SET JAVA_HOME="C:\Program Files\Java\jdk1.8.0_20"