Downloading & installing Latest Oracle Weblogic Application Server 12.2.1.4
last Version in 12C LTS release of weblogic is 12.2.1.4 & was released on Sept 27, 2019
You can download the generic installer using below links:
https://www.oracle.com/middleware/technologies/weblogic-server-downloads.html
Direct Link for generic Installer
When prompted login with your Oracle credentials, If you don’t have ID yet, you can create a free one with your personal e-mail id.
Once download is completed, use JDK to install weblogic using generic installer
java -jar fmw_12.2.1.4.0_wls.jar
In case you don’t have xserver installed, or not able to see GUI use silent install method.
java -jar fmw_12.2.1.4.0_wls.jar -silent -responseFile wls.rsp -invPtrLoc oraInst.loc
You can download sample response files from Oracle directly & modify as per your environment.