Maven can be downloaded from the Apache Maven Downloads website here.
Note: Ensure Maven is downloaded only after the Java Development Kit (JDK) has been installed and configured. Refer to the Knowledge Article found here on how to install and configure Java Development Kit (JDK) for Windows.
Download the Maven ZIP file and then extract the ZIP archive to a folder location of your choice.
When using Windows, the above parameters can be configured in the Environment Variables panel. Select the Start button and type env (Figure 1):
Figure 1 Edit environment variables for your account

Add the MAVEN_HOME and M2_HOME Environment Variables, followed by the M2_HOME and MAVEN_HOME variables to the Maven installation folder.
To test the above configuration has been entered correctly, open a command prompt from the Start button, type mvn -version and press Enter. This should display the results below (Figure 3):
Figure 3 Results
The install will now be complete.
If the install fails, please contact the Symphony Support team at support@symphony.com and inform them that you are experiencing issues with a Maven install for Windows.